projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3bad3
)
GTK Notebook: use the right enum type
author
Ben Iofel
<iofelben@gmail.com>
Tue, 12 Jan 2016 00:13:30 +0000
(19:13 -0500)
committer
Ben Iofel
<iofelben+github@gmail.com>
Tue, 12 Jan 2016 00:16:36 +0000
(19:16 -0500)
gtk/gtknotebook.c
patch
|
blob
|
history
diff --git
a/gtk/gtknotebook.c
b/gtk/gtknotebook.c
index b32c9939e3bd1e7b56d7eafaf1ed77c8cbf11abc..f0eef0066fbdda6174770ea75c0245cbf896dd6a 100644
(file)
--- a/
gtk/gtknotebook.c
+++ b/
gtk/gtknotebook.c
@@
-3497,7
+3497,7
@@
update_arrow_nodes (GtkNotebook *notebook)
{
GtkNotebookPrivate *priv = notebook->priv;
gboolean arrow[4];
- Gtk
Image
Type up_image_type, down_image_type;
+ Gtk
CssImageBuiltin
Type up_image_type, down_image_type;
const char *style_property_name;
GtkCssNode *tabs_node;
gint i;